home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
3
/
DISK2438.ZIP
/
CREATE.BAT
next >
Wrap
DOS Batch File
|
1980-01-01
|
448b
|
12 lines
.This program creates a directory \LASTHAF in which the game library is "unzipped" using PKUNZIP.EXE. If you don't have PKUNZIP.EXE... Get it!
if x%1==x goto noparm
if x%2==x goto noparm
MKDIR %2\LASTHAF
%1pkunzip lasthaf.zip %2\lasthaf
goto end1
:noparm
.INVALID FORMAT! Type CREATE (drive where PKUNZIP.EXE is) (hard disk)
.Example: CREATE B: C:
:end1
.Distribution of this game with PKUNZIP.EXE on the same disk is prohibited.